Data Assembler has a Status window and a Progress window. The progress window is only used for drag and drop operations, and shows (somewhat) the progress into the files. Due to a bug in the progress library (which I didn't write) this doesn't work real well yet. The status window is used to write output during processing, and you can determine which files had errors (if any) by looking herein
Note: While you can not save the contents of the status window, you can copy the contents for pasting into your favorite editor. You can also edit the text, should the desire strike you. (I'll get saving in someday soon!)
»»» DEBUGGER MESSAGES «««
Occasionally, the application may crash into the debugger with the message "assersion failed". This is due to one of the many liberal sprinklings of generic error checkers catching an error. You can usually see the error in MemErr or ResErr (use the DM command like this: DM MemErr SignedWord). This should not happen very often, if ever, of course!
REPORT CRASHES (including Debugger occurances) to: